Export Command Registry entry
Specifies the command for exporting data from a Texpress database to certificate printing routines.
Description
This entry specifies the command used to export raw data for processing by certificate printing routines.
The Vitalware database engine (Texpress) ships with a program called texexport that provides a general purpose data exporting facility See the Texpress Data Exporting Guide for more information about texexport.
Usage
This Registry entry is assigned at the system level only:
Key | System |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 | Print |
Key 4 | Export Command |
Value | command |
In pipe-delimited format:
System | Setting | Print | Export Command | command |
Example
This entry specifies a command with command line options to pass to texeport:
Key | Setting |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 | Print |
Key 4 | Export Command |
Value | texexport -fids -l%s -r %s |
In this example the command line options passed to texexport are:
Options | Description |
---|---|
| tell texexport to export the data in the ids format |
| tell texexport which IRN to export |
| remove the exported file at completion |
| is substituted for the database name |